home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄31⁄89 / 0288-Re TextEdit Probs-Dec89 < prev    next >
Encoding:
Text File  |  1990-01-02  |  1.1 KB  |  35 lines  |  [TEXT/GEOL]

  1. Item    9721240                         31-Dec-89        17:28
  2.  
  3. From:   D5295                           Reseach SW Design, D Goldman,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. cc:     MACAPP.TEST                     MacApp SQA Team
  8.  
  9. Sub:    Re- TextEdit Probs
  10.  
  11. Oops(in the old sense)!
  12.  
  13. Please ignore my previous puzzlement regarding dragging in TEViews yielding
  14. reverse-video-izing of the inset. My own fault, related to changes I made to
  15. AutoScrollTEView.
  16.  
  17. By the way, if for some reason any of you made those same changes (as per my
  18. "TTEView vs Interface…", archived as Dec89 note #0173), then here's what I did
  19. wrong. Near the very end of AutoScrollTEView, I left out a line:
  20.  
  21.        IF pCurrTEView.Focus THEN
  22.            pCurrTEView.ClipFurtherTo(pCurrTEView.fHTE^^.destRect, 0, 0);
  23.        END
  24.    else{added by DWG, 12/6/89:}
  25.        if (aView <> pCurrTEView) & pCurrTEView.Focus then
  26.            {*** this should have been added as well: ***}
  27.            pCurrTEView.ClipFurtherTo(pCurrTEView.fHTE^^.destRect, 0, 0);
  28.    END;
  29.  
  30. My apologies.
  31.  
  32. -- Dave Goldman, D5295
  33.    Research Software Design
  34.  
  35.